GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-01T06:15:21.172109+00:00",
"SubmitDate": "2026-04-01T06:15:21.172109+00:00",
"ReportPeriodStart": "2026-04-01T06:15:21.172109+00:00",
"ReportPeriodEnd": "2026-04-01T06:15:21.172109+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3870fd45-6375-4084-96d8-28ec41ebaf66",
"Rows": [
{
"ItemId": "9b4d7660-01cb-497a-948d-62ac9ba3cd5d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b4d7660-01cb-497a-948d-62ac9ba3cd5d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3870fd45-6375-4084-96d8-28ec41ebaf66",
"Rows": [
{
"ItemId": "9b4d7660-01cb-497a-948d-62ac9ba3cd5d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b4d7660-01cb-497a-948d-62ac9ba3cd5d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1c8cb395-3637-43bf-958c-b1b0d1158d0d",
"3c023e8a-035a-4862-8e3e-b8cfa1af03fc"
],
"Approvers": [
"3ae091f1-9186-4cd1-9dbe-c595212da386",
"4e48542c-a22b-45bd-8cb1-b3756027c8ca"
],
"ApprovedBy": "910e8ce0-16aa-4fb8-92da-03e61610d9b1",
"ApprovalDate": "2026-04-01T06:15:21.172109+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9f7ea952-2329-4d52-a512-5394a7485719",
"id": "87471ab2-e0e9-4a9e-9c69-d211420ef1b4",
"ConfigId": "9cfe1bd8-65f5-4b38-a76c-0f2d9f5b822b"
},
{
"GenerationDate": "2026-04-01T06:15:21.172109+00:00",
"SubmitDate": "2026-04-01T06:15:21.172109+00:00",
"ReportPeriodStart": "2026-04-01T06:15:21.172109+00:00",
"ReportPeriodEnd": "2026-04-01T06:15:21.172109+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3870fd45-6375-4084-96d8-28ec41ebaf66",
"Rows": [
{
"ItemId": "9b4d7660-01cb-497a-948d-62ac9ba3cd5d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b4d7660-01cb-497a-948d-62ac9ba3cd5d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3870fd45-6375-4084-96d8-28ec41ebaf66",
"Rows": [
{
"ItemId": "9b4d7660-01cb-497a-948d-62ac9ba3cd5d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b4d7660-01cb-497a-948d-62ac9ba3cd5d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1c8cb395-3637-43bf-958c-b1b0d1158d0d",
"3c023e8a-035a-4862-8e3e-b8cfa1af03fc"
],
"Approvers": [
"3ae091f1-9186-4cd1-9dbe-c595212da386",
"4e48542c-a22b-45bd-8cb1-b3756027c8ca"
],
"ApprovedBy": "910e8ce0-16aa-4fb8-92da-03e61610d9b1",
"ApprovalDate": "2026-04-01T06:15:21.172109+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9f7ea952-2329-4d52-a512-5394a7485719",
"id": "87471ab2-e0e9-4a9e-9c69-d211420ef1b4",
"ConfigId": "9cfe1bd8-65f5-4b38-a76c-0f2d9f5b822b"
}
]